home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / LNFDEMOZ.ARJ / LNFREAD.ME < prev    next >
Text File  |  1991-02-11  |  5KB  |  127 lines

  1. Copyright (c) 1991 Oakland Group Inc.
  2.  
  3. Thank you for your interest in the Look & Feel (tm) Screen Designer!
  4. Please feel free to make copies of the the Look & Feel demo and pass it on 
  5. to others.
  6.  
  7. -------------------------------------------------------------------------------
  8.  
  9.  
  10. This disk contains the file lnfdemoz.exe, a self-extracting archive with the
  11. Look & Feel demo in it.  We suggest that you create a demo directory on your
  12. machine and copy lnfdemoz.exe to that directory.  Change to your demo directory,
  13. then type:
  14.     
  15.     lnfdemoz    
  16.  
  17. This will un-archive the demo and the files that it uses, copying them into
  18. your demo directory.
  19.  
  20. To run the Look & Feel demo, type:
  21.  
  22.     lnfdemo
  23.  
  24. If you wish to run the Look & Feel demo in monochrome mode, type:
  25.  
  26.       lnfdemo -m
  27.  
  28. The demo will show and explain some of Look & Feel's features.  It shows some
  29. simple screens being created and tested.  Source code is generated for one 
  30. of the screens.  You can look at the generated source in the file one.c.  
  31. When the demonstration is finished you will be able to try out Look & Feel 
  32. on your own.
  33.  
  34. To explore Look & Feel without running the playback demonstration, type:
  35.  
  36.     lnfdemo -d
  37.  
  38. When using Look & Feel, you can call the main menu by pressing F10.
  39. This allows you to use any of Look & Feel's features.  You can call the help
  40. system either directly by pressing F1 or by selecting it from the main
  41. menu.  You can load sample screens from the file sample.lnf using the 
  42. Disk-Load command.  For example, to load the piano screen:
  43.  
  44.       (1) type F10, D, L to get the Screen Load Box,
  45.  
  46.       (2) type "sample.lnf" in the file field,
  47.  
  48.       (3) type "piano" in the screen field, and,
  49.  
  50.       (4) press ENTER in the OK field.
  51.  
  52. You can play the piano by using the Screen-Go (F9) command and typing
  53. in the letters on the piano keys.
  54.  
  55. This demo version of Look & Feel is identical to the actual version with the
  56. following exceptions.  It cannot generate source code and its file saving
  57. functionality is limited.  You can only save screen "demoscr" to file 
  58. demo.lnf.
  59.  
  60. The demo was created using C-scape's keystroke record and playback facility.
  61.  
  62. -------------------------------------------------------------------------------
  63.  
  64.  
  65. About Look & Feel
  66.  
  67. The Look & Feel Screen Designer is a visually oriented screen designer 
  68. and code generator.  It provides a simple and powerful method for creating 
  69. and modifying screens, so you can use it to experiment with various 
  70. interfaces for your applications before selecting a final one.  Look & Feel 
  71. is a powerful design aid for both programmers and non-programmers.
  72.  
  73. With Look & Feel, you can create titles, data entry fields, text editors, and
  74. menuing systems (including pulldown and nested menus).  Screens can also be
  75. larger than your display, as Look & Feel supports vertical and horizontal
  76. scrolling.  Since Look & Feel is a "wysiwyg" editor, the screens you draw 
  77. will look the same as the screens you will have in your finished program.
  78.  
  79. Within Look & Feel you can also:
  80.  
  81.       * Use all standard C data types including structures and arrays
  82.  
  83.       * Edit in multiple windows
  84.  
  85.       * Move, cut, paste, and copy fields and blocks
  86.  
  87.       * Use on-line, context-sensitive help
  88.  
  89.       * Simulate the operation of all designed screens and menus without
  90.       compilation
  91.  
  92.       * Link your own functions into Look & Feel to customize its simulation
  93.       capability.
  94.  
  95. Each screen you create will contain fields.  Most fields are data entry areas.
  96. Look & Feel provides over thirty functions to govern field behavior, and you
  97. can also include your own custom functions.  You can also assign variables,
  98. prompts and commands to fields, and validate their data.
  99.  
  100. When you complete a screen, you can save it to disk in an .lnf file.  You can
  101. also load ASCII files or files from Dan Bricklin's (tm) Demo Program and 
  102. save them in the .lnf format, allowing greater flexibility in prototyping.  
  103. Screens in .lnf files can be called from a program at run time, which helps 
  104. shrink executable code size.  By using .lnf files, you can change an 
  105. application's screens without recompiling.
  106.  
  107. You can also use Look & Feel to convert finished screens to C code, which you
  108. can read and alter as you please.  You can even port the code--without
  109. modification--to any environment supported by the C-scape (tm) Interface
  110. Management System.  This code calls C-scape library routines to create a
  111. function that displays the screen, handles data entry and other functions, 
  112. and returns the data to the calling routine.
  113.  
  114. Because Look & Feel has a complete text editor, you can generate code and 
  115. edit it without leaving the program.  The editor allows you to perform 
  116. searches, search and replace operations, and block operations (such as copy, 
  117. delete, paste, and cut).
  118.  
  119. The source code for Look & Feel is available directly from Oakland Group.
  120.  
  121. Since Look & Feel was built using C-scape, this demo also serves to exhibit
  122. C-scape's various features, and how they can be used.
  123.  
  124. Thank you for your interest in Look & Feel.  If you have any further questions
  125. about Look & Feel or any other Oakland products, please call us at 
  126. 1-800-233-3733 or 1-617-491-7311.
  127.